home *** CD-ROM | disk | FTP | other *** search
/ Interactive Media Design Review 1999 / Interactive Media Design Review 1999.iso / pc / allfiles / Centri / Centri.dir / 00098_Script_ShrinkText < prev    next >
Text File  |  1999-02-25  |  274b  |  8 lines

  1. on mouseUp me
  2.   set the width of sprite 20 = the width of sprite 20 / 1.5
  3.   set the height of sprite 20 = the height of sprite 20 / 1.5
  4.   
  5.   set the width of sprite 23 = the width of sprite 23 / 1.5
  6.     set the height of sprite 23 = the height of sprite 23 / 1.5
  7. end
  8.